string_trim

Syntax:

string_trim(string, substr, front, back)

Arguments:

Argument Name Type Description
stringstringstring to modify
substrstringwhat to remove
frontboolwhether or not to trim the front
backboolwhether or not to trim the back

Returns: (string)

Description:

Loading page...

Back: Print
Next: string_strip_escapes